kotlin-stdlib
Native
kotlin-stdlib
/
kotlin
/
[Native]doubleArrayOf
double
Array
Of
Native
inline
fun
doubleArrayOf
(
vararg
elements
:
Double
)
:
DoubleArray
Content copied to clipboard
Returns an array containing the specified
Double
numbers.